
In computer science, a composite data type is any data type which can be constructed in a program using the programming language`s primitive data types and other composite types. The act of constructing a composite type is known as composition. ==C/C++ structures and classes== A struct is C`s and C++`s notion of a composite type, a datatype tha......
Found on
http://en.wikipedia.org/wiki/Composite_data_type
No exact match found.